css: Add gtk_css_data_url_parse()
authorBenjamin Otte <otte@redhat.com>
Thu, 9 May 2019 01:04:21 +0000 (03:04 +0200)
committerBenjamin Otte <otte@redhat.com>
Sun, 12 May 2019 15:27:01 +0000 (17:27 +0200)
commit5da58ba47d3e4e6b5ba49b96f17360f2c214a96f
tree7ab3de2f0e25d8afd685c12bac53360e674cbccb
parent4505f4f17b147921dc7838ce3f9234bc73451d98
css: Add gtk_css_data_url_parse()

This surprisingly decodes data URLs.
gtk/css/gtkcssdataurl.c [new file with mode: 0644]
gtk/css/gtkcssdataurlprivate.h [new file with mode: 0644]
gtk/css/meson.build
testsuite/css/data.c [new file with mode: 0644]
testsuite/css/meson.build